Welcome![Sign In][Sign Up]
Location:
Search - round robin

Search list

[Mathimatics-Numerical algorithms循环赛日程表

Description: 经典循环赛日程表算法-classic round robin schedule algorithm
Platform: | Size: 5120 | Author: 常乐 | Hits:

[Firewall-Security20041113(初建文档)

Description: 通信机制: 结构C-S-C Relay在中间,为console和agent提供双向服务,承担传递console命令和文件到agent, 返回agent命令执行结果与文件开始接收、接收完成信号的功能。此外relay也接受console的控制(与agent类似,通过DosPipe实现).这样的设计是为解决穿透防火墙或路由器(NAT)障碍――由agent发起连接,即从里到外建立一个通道,然后通过relay达到控制目的。通过一个可预设的relay地址序列文件,由agent轮循查找relay;连接建立后,可通过文件传输功能更新该地址序列。 -communication mechanism : C-S-C Relay in the middle, and the agent for the console to provide a two-way service, commitment console commands and transmit documents to the agent, the agent ordered to return to the implementation of the outcome document and the beginning of the reception, the receiving signals function. In addition relay accept the control console (with similar agent, DosPipe achieved). Such a design is to solve penetrate the firewall or router (NAT) obstacles-- initiated by linking agent, from inside out a route, then relay to control purposes. Through a predetermined sequence of relay document addresses from the search agent Round Robin relay; Connections, through file transfer functions to update the address sequence.
Platform: | Size: 296960 | Author: 黄双龙 | Hits:

[DSP programuart1

Description: 使用DSP软件实现UART功能.一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了 MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据存储器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-use DSP software UART functions. General textbooks UART transceivers provide the procedure is often used for Round Robin (Polling) transceiver accomplished a simple code. But for the AVR-speaking, the adoption of this approach greatly reduces the efficiency of MUC. The use of AVR, according to the characteristics of the chip itself (large-capacity on-chip data RAM memory, more suitable for the preparation of high-level language system procedures), the preparation of highly efficient and reliable UART interface transceiver (lower) process. Below is a typical USARTs interface procedures.
Platform: | Size: 5120 | Author: 张倩 | Hits:

[Education soft system循环赛编排系统

Description: 一个有友好界面的循环赛编排系统,相当好用-a friendly interface with the round robin scheduling system, quite handy
Platform: | Size: 308224 | Author: 陆铖 | Hits:

[OS DevelopARM_00_OS

Description: 看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统 最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。 支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。 任务可处于ARM模式或THUMB模式,在创建任务时,要指定任务所处于的模式。 从这里下载整个文件包:http://blog.21ic.com/more.asp?name=computer00&id=16341 -look at birdie in ARM ARM7 written in the operating system-- the operating system ARM circle recently in ADu C7027 write a ARM_00_OS, write head dizzy, deputy undersecretary for everyone to see. Tasks according to priority scheduling, in place if the state but the highest priority tasks of two or more, according to the time-Round Robin scheduling. Support mission to create, delete tasks, memory allocation, the simple information, a simple device management, CPU and memory usage statistics capabilities. At tasks THUMB ARM model or models in the creation mandate, the mandate should be designated at a model. From here to download the whole package : http :// blog.21ic.com/more.asp name = computer00
Platform: | Size: 360448 | Author: Computer00 | Hits:

[Windows DevelopC++3265432165

Description: 经典实例,用C++编写的 the round robin scheduling-classic example, with C prepared the round robin scheduling
Platform: | Size: 55296 | Author: liyun | Hits:

[assembly languagesaicheng

Description: 一个关于赛程安排的算法。N支球队参加比赛进行双循环赛,给出赛程安排算法。-a leg on the arrangements for the algorithm. N Clubs double round robin tournament, scheduling algorithm for the given schedule.
Platform: | Size: 4096 | Author: | Hits:

[CSharpRoundRobinScheduler

Description: 支持3-32名选手的单循环赛日程安排(每天的对战选手名单和每名选手每天的对手名单),支持保存日程表和打开已保存的日程表,支持选手ID和赛事名称录入,支持每轮比赛的日期制定。 -support 3-32 players single round robin schedule (daily list of players and the war every day player opponents list), supported preservation of the schedule and has kept open the schedule, the players support the race name ID and logging, support each round development of the date of the competition.
Platform: | Size: 10240 | Author: 孙宇 | Hits:

[Other Embeded programRoundRobinSchedulingTask

Description: C++编程实例Round Robin Scheduling Task-C programming examples Round Robin Scheduling Task
Platform: | Size: 55296 | Author: | Hits:

[Software Engineering1

Description: In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t support priority inheritance protocol since it does not allow kernel to have multiple tasks at the same priority. Although it has different ways to avoid priority inversion such as priority ceiling protocol, developers still have some difficulties in programming real time applications with it. In this paper, we redesign the uC/OS kernel to provide the ability to support round robin scheduling and implement priority inheritance semaphore on the modified kernel. As result, we port new kernel with priority inheritance semaphore to evaluation board, and evaluate the execution time of each of the kernel service as well as verify the operations of our implementation.-In a preemptive priority based RTOS, priority inversionproblem is among the major sources of deadlineviolations. Priority inheritance protocol is one of theapproaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can t support priority inheritanceprotocol since it does not allow kernel to have multipletasks at the same priority. Although it has different waysto avoid priority inversion such as priority ceilingprotocol, developers still have some difficulties inprogramming real time applications with it. In this paper, we redesign the uC/OS kernel to provide the ability tosupport round robin scheduling and implement priorityinheritance semaphore on the modified kernel. As result, we port new kernel with priority inheritance semaphore toevaluation board, and evaluate the execution time of eachof the kernel service as well as verify the operations ofour implementation.
Platform: | Size: 135168 | Author: 刘天宏 | Hits:

[Data structsCPUSchedule

Description: 3个CPU调度算法的simulation. 分别是Short Job First,High Return Ration Next, Round Robin. 模拟得到R,U,S等重要指标。-3 CPU scheduling algorithm of the simulation. Were Short Job First, High Return Ration Next, Round Robin. Simulated R, U, S and other important indicators.
Platform: | Size: 19456 | Author: tennic | Hits:

[Linux-Unixproject3

Description: The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm. In this project, you will change this to a multilevel feedback scheduling. In addition, you will provide user programs with semaphores, a means to check the system s current time and a mechanism for passing command-line arguments
Platform: | Size: 588800 | Author: 向东 | Hits:

[OS Developdiaodu

Description: ○1 设计进程进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 PCB结构通常包括以下信息:进程名,进程优先数(或轮转时间片),进程所占用的CPU时间,进程的状态,当前队列指针等。根据调度算法的不同,PCB结构的内容可以作适当的增删。 ○2 建立进程就绪队列。对两种不同算法编制入链子程序。 ○3 编制两种进程调度算法:1)优先度调度;2)循环轮转调度。 -○ design process 1 process control block PCB table structure, namely the number applies to the priority scheduling algorithm and the cycle of rotation scheduling algorithm. PCB structure typically includes the following information: process name, process priority number (or the rotation time slice), the process of occupying CPU time, the process of the state, such as the current queue pointer. According to the different scheduling algorithm, PCB content of the structure can be used for appropriate additions and deletions. ○ 2 to establish the process ready queue. Algorithm on two different procedures for the preparation into the chain. ○ 3 the process of the preparation of two scheduling algorithms: 1) priority scheduling 2) Round-Robin scheduling cycle.
Platform: | Size: 118784 | Author: 狄影 | Hits:

[OS programRR

Description: Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each process in the ready queue in order, handling all processes without priority. A maximum of one time slice is allocated at once. If the remaining request is less than a time slice, only the remaining request time is allocated. Round-robin scheduling is both simple and easy to implement. It is also starvation-free.
Platform: | Size: 148480 | Author: 邓思兵 | Hits:

[VxWorksSuperGoodEntryExperimentAboutVxWorks

Description: 超级好的vxworks入门实验课:一共9个pdf文件,每个都是精华,我是下载了9次才搞定,绝对超值,初学者很有必要看看。 目录: 1.学习使用Tornado 开发环境;测量程序的执行时间 2. 学习创建多个任务 3. 学习使用信号量实现共享资源的保护 4. 学习使用消息队列进行通信 5. 学习并验证时间片轮转调度 6. 学习并验证基于优先级的抢占式调度 7. 理解优先级倒转问题 学习使用优先级继承以解决优先级倒转问题 8. 学习使用信号 9. 了解VxWorks 的中断机制 学习编写中断处理程序 -Super good VxWorks entry experimental courses: a total of nine pdf files, are the essence of each, I downloaded 9 times only to get absolute value, it is necessary to see beginners. Contents: 1. Learning to use the Tornado development environment measurement procedure execution time 2. Learning to create more than one mission 3. Learning to use semaphores to protect shared resources to achieve 4. Learning to use the message queue to communicate 5. To study and verify the time slice Round-Robin Scheduling 6. Learning and verify that priority-based preemptive scheduling 7. to understand the priority inversion problem learning to use priority inheritance to solve the priority inversion problem 8. learning to use signal 9. understanding of the interruption mechanism VxWorks interrupt handling procedures for the preparation of learning
Platform: | Size: 730112 | Author: jinleize | Hits:

[OS DevelopProgress_Scheduling

Description: 操作系统课程设计:进程调度.用优先数调度算法和轮转调度算法进行进程调度模拟,将其各种算法进行调度的过程演示的很全面-Operating systems curriculum design: the process of scheduling. With a few priority scheduling algorithm and scheduling algorithm Round-Robin scheduling simulation carry out the process of its various process scheduling algorithms demonstrated very comprehensive
Platform: | Size: 227328 | Author: wlt | Hits:

[CSharpMapX4

Description: - 采用多级反馈轮转法调度算法,从而了解多级反馈轮转调度算法的优点与缺点. 先要随机产生几个进程,初始化进程.确定进程的的优先顺序,定义时间片的长度. -- The use of multi-level feedback scheduling algorithm Round-Robin method to understand multi-level feedback scheduling algorithm rotate the advantages and disadvantages. First randomly generated a number of process initialization process. To determine the priority of the process, the definition of the length of time slice.
Platform: | Size: 200704 | Author: 黄飞 | Hits:

[CSharpsource

Description: 本次实验主要是在windows平台上,在了解进程调度机制的基础知识前提下,掌握短作业优先算法,时间片轮转算法和优先数算法的执行情况,动态化出其进程执行的Gant图,并计算以上算法的每个进程的响应时间和周转时间,进而理解响应时间和周转时间的意义-The experiment mainly in the windows platform, in understanding the process of scheduling mechanism under the premise of the basic knowledge to master the short operating priority algorithms, Round Robin time slice and priority the implementation of several algorithms, dynamic process of its implementation of the Gant chart, and calculation of the above algorithm for each process response time and turnaround time, response time and thus understand the significance of the turnaround time
Platform: | Size: 3072 | Author: 雪影 | Hits:

[source in ebookRound-robin

Description: 这是循环赛日程表的一个简单算法,基于C语言开发,可在TURB C下运行。-Simple round-robin schedule algorithm, based on the C language
Platform: | Size: 1024 | Author: 陶林 | Hits:

[VHDL-FPGA-VerilogVerilog-Round-Robin-Arbiter-Model.tar

Description: Verilog Round Robin Arbiter Model
Platform: | Size: 1024 | Author: pippo | Hits:
« 12 3 4 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net